MyNodeInfoOrBuilder

interface MyNodeInfoOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getDeviceId(): ByteString

Unique hardware identifier for this device
bytes device_id = 12;
Link copied to clipboard

The indicator for whether this device is running event firmware and which
.meshtastic.FirmwareEdition firmware_edition = 14;
Link copied to clipboard

The indicator for whether this device is running event firmware and which
.meshtastic.FirmwareEdition firmware_edition = 14;
Link copied to clipboard
abstract fun getMinAppVersion(): Int

The minimum app version that can talk to this device.
Phone/PC apps should compare this to their build number and if too low tell the user they must update their app
uint32 min_app_version = 11;
Link copied to clipboard
abstract fun getMyNodeNum(): Int

Tells the phone what our node number is, default starting value is
lowbyte of macaddr, but it will be fixed if that is already in use
uint32 my_node_num = 1;
Link copied to clipboard
abstract fun getNodedbCount(): Int

The number of nodes in the nodedb.
This is used by the phone to know how many NodeInfo packets to expect on want_config
uint32 nodedb_count = 15;
Link copied to clipboard
abstract fun getPioEnv(): String

The PlatformIO environment used to build this firmware
string pio_env = 13;
Link copied to clipboard
abstract fun getPioEnvBytes(): ByteString

The PlatformIO environment used to build this firmware
string pio_env = 13;
Link copied to clipboard
abstract fun getRebootCount(): Int

The total number of reboots this node has ever encountered
(well - since the last time we discarded preferences)
uint32 reboot_count = 8;